home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 013a / depagr11.zip / DEPAGE11.DOC < prev    next >
Text File  |  1992-02-15  |  3KB  |  67 lines

  1. Program:        Depager
  2. Version:        1.1
  3. Author:         George Spafford
  4. Date:           February 15, 1992
  5.  
  6. Purpose:
  7.  
  8. Have you ever gotten a DOC file that had a form feed after every
  9. paragraph?  Are you irritated at reformatting your text once you
  10. pull that DOS text file in that has all of those form feed characters
  11. in it (ASCII 12)?  This program strips the FF characters out so you can
  12. format/print your text however you want to.
  13.  
  14. Procedure:
  15.  
  16. DEPAGER  source.fil target.fil
  17.  
  18.         source.fil      This is your master file.
  19.         target.fil      This is your destination file that has had the
  20.                         form feed characters stipped out.  This can also
  21.                         be a device name such as PRN, LPT1, LPT2 etc.
  22.  
  23.         NOTE:   There are not any screen writes during the process so
  24.                 be patient.  A 720K file on my 286 took 25 seconds to
  25.                 process.
  26.  
  27. The form feed characters are ASCII 12 or HEX 0x0C.  They are the characters
  28. that look like a little man - so to speak.  When your printer reads this
  29. character, it does a forms feed to the next page of paper.  When a word
  30. processor reads this, it often assumes that this is a hard page break.
  31.  
  32. History:
  33.  
  34. 02/15/92  v1.1
  35.           Guess what - if you code in C++ it is a smart thing to flush
  36.           file buffers before you terminate your program!!! Sorry folks.
  37.           The bug that was causing some file to be incompletely converted
  38.           has been corrected.
  39.  
  40. 12/02/91  v1.0
  41.           Initial Release.
  42.  
  43. The Fun Stuff:
  44.  
  45. DEPAGER is distributed as shareware.  If you find it useful, you should
  46. register it within 30 days of your initial use.  Only by your registering
  47. this program can I continue to write specialized programs at a shareware
  48. price.  This program is $5 per concurrently used copy.  Checks or money orders
  49. can be sent to the following address.  I always welcome comments as well.
  50.  
  51.         George Spafford
  52.         3001 Lakeshore Drive #329
  53.         St. Joseph, MI 49085
  54.  
  55.         Data:   Queued Access 19200-8-N-1 ANSI using an USR Dual Standard
  56.                 (616) 468-5026  FIDOnet:  1:2340/0 NEC/NC Site
  57.                 Sysop:  Tim Akright  Over 600MB Online.
  58.  
  59.  
  60. DEPAGER IS DISTRIBUTED AS IS.  THE AUTHOR (GEORGE SPAFFORD) MAKES NO
  61. WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED
  62. TO WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE,
  63. WITH RESPECT TO THIS SOFTWARE AND DOCUMENTATION. IN NO EVENT SHALL
  64. THE AUTHOR BE LIABLE FOR ANY DAMAGES, INCLUDING LOST PROFITS, LOST
  65. SAVINGS, OR ANY OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  66. OUT OF THE USE OF OR THE INABILITY TO USE THIS PROGRAM.
  67.